POST api/[Delivery_23_coloniasPerimetroController]/Find
Request Information
URI Parameters
None.
Body Parameters
Request23| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| id_colonia | integer |
None. |
|
| lat | string |
None. |
|
| lon | string |
None. |
|
| rat | decimal number |
None. |
|
| color | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"id_colonia": 2,
"lat": "sample string 3",
"lon": "sample string 4",
"rat": 5.1,
"color": 6.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.